Create Retailer Identifier
Creates a new RetailerIdentifier under the given Retailer.
Authorizations
Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.
Path Parameters
The id of the parent Retailer.
x >= 1Body
An object conforming to the RetailerIdentifier schema to be created.
A RetailerIdentifier represents an EDI / trading-partner identifier
attached to a Retailer (e.g. DUNS, GLN, SPS Trading Partner ID).
Identifier qualifier kind.
duns, duns_plus_4, gln, isa, gs, as2, retailer_vendor_number, sps_trading_partner_id, custom "duns"
Identifier value. Must be unique within (merchant, qualifier, value).
1 - 64"123456789"
Optional X12 numeric qualifier code.
Optional Field
4"01"
Optional human-readable label.
128"Primary EDI DUNS"
Whether this identifier is marked primary. Staff-managed; siblings are not auto-unset.
true
Optional freeform notes.
Optional Field
"Created from SPS onboarding kit."
Parent Retailer reference. Set from the path; cannot be changed.